home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / DefineSprite_17 / frame_35 / DoAction.as
Encoding:
Text File  |  2003-02-06  |  307 b   |  26 lines

  1. call("CloseOtherMenus");
  2. if(softnum == "1")
  3. {
  4.    gotoAndStop(54);
  5. }
  6. if(softnum == "2")
  7. {
  8.    gotoAndStop(59);
  9. }
  10. if(softnum == "3")
  11. {
  12.    gotoAndStop(64);
  13. }
  14. if(softnum == "4")
  15. {
  16.    gotoAndStop(69);
  17. }
  18. if(softnum == "5")
  19. {
  20.    gotoAndStop(74);
  21. }
  22. if("5" < softnum)
  23. {
  24.    gotoAndStop(84);
  25. }
  26.